home *** CD-ROM | disk | FTP | other *** search
/ The Charlie Rose Science Series Anthology / The Charlie Rose Science Series Anthology (Pfizer, Inc.)(2008).iso / mac / Charlie Rose Science Series Anthology.app / Contents / Resources / movie.swf / scripts / frame_248 / PlaceObject2_492_ScrollPane_11 / CLIPACTIONRECORD on(construct).as
Text File  |  2008-02-01  |  315b  |  15 lines

  1. on(construct){
  2.    contentPath = "scroll_Guests_e12";
  3.    hLineScrollSize = 5;
  4.    hPageScrollSize = 5;
  5.    hScrollPolicy = "auto";
  6.    scrollDrag = false;
  7.    vLineScrollSize = 5;
  8.    vPageScrollSize = 20;
  9.    vScrollPolicy = "off";
  10.    enabled = true;
  11.    visible = true;
  12.    minHeight = 0;
  13.    minWidth = 0;
  14. }
  15.